ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / TopLeftCellsTemplate Property

In This Topic
    TopLeftCellsTemplate Property (MultiRow<T>)
    In This Topic
    Gets the templates for the topleft cells.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property TopLeftCellsTemplate As CellTemplate
    public virtual CellTemplate TopLeftCellsTemplate {get;}
    See Also